home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-07-12 | 1.2 KB | 43 lines | [TEXT/GEOL] |
- Item 4875290 9-July-89 20:48
-
- From: D2215 Dac SW, Wilma Blair, PRT
-
- To: MACAPP.TECH$ MACAPP Tech
-
- cc: MACDTS Macintosh Developer Technical Supt.
-
- Sub: Method Not found
-
- Strange problem:
-
- Inside of IMyApplication, I call the init routines for several units. For one
- unit, calling the procedure
-
- PROCEDURE InitUHelp; {note, not a method of an object}
- BEGIN
- {$Ifc qDebug} Writeln ('InitUhelp'); {$Endc}
- END;
-
- causes:
-
- ProgramBreak: Method not found
- stopped at Break OBJFAIL Seg#: 1
-
- Sometimes the message is different and mentions an odd handle but it always
- crashes in the same spot.
-
- From my writeln's, I can see that the procedure is entered, but it never gets
- back to the IApplication procedure that calls it.
-
- If I comment this call out in IMyAppliation and perform my init when the views
- are created, all goes well.
-
- In a much smaller test program, I can use the unit and call IHelpInit and all
- goes well, but it crashes in my full size program every time.
-
- I have 20K of free stack and I have no clue as to what is happening!
-
- Regards, Les Caudle
-
-
-